]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2013-03-27 Luqman Adenlibsyntax: Allow selecting intel style asm.
2013-03-27 Luqman Adenlibsyntax: use a struct for inline asm in ast.
2013-03-27 Luqman Adenlibrustc: Move inline asm stuff to different mod.
2013-03-27 borsauto merge of #5569 : thestinger/rust/map, r=catamorphism
2013-03-27 borsauto merge of #5558 : nikomatsakis/rust/issue-4920...
2013-03-27 Niko MatsakisFix pretty-printer test failure by carrying the bound...
2013-03-27 Graydon Hoareanother pub fn for check-fast
2013-03-27 Tim Chevaliertestsuite: more `pub fn main`
2013-03-27 Tim ChevalierOh, cool, I xfailed the wrong test, neat
2013-03-27 Tim Chevaliertestsuite: Add various test cases
2013-03-27 Niko MatsakisAutoref the argument to the index operator (#4920)
2013-03-27 Patrick Waltontest: xfail-pretty one of the run-pass tests. rs=burnin...
2013-03-27 Niko MatsakisSimplify and remove unnecessary use of ast_map
2013-03-27 Niko Matsakisremove sty_by_ref, though traces still remain due to...
2013-03-27 Patrick Waltontest: Fix botched error message in compile-fail test
2013-03-27 Patrick Waltontest: Fix tests
2013-03-27 Patrick Waltonlibrustc: Remove obsolete syntax
2013-03-27 Patrick Waltonlibrustc: Enforce that `extern mod` directives come...
2013-03-27 Patrick Waltonlibrustc: Modify all code to use new lifetime binder...
2013-03-27 Patrick Waltonlibrustc: Require explicit lifetime binders
2013-03-27 Patrick Waltonlibrustc: Fix bug with newtype structs containing dtors
2013-03-27 Patrick Waltonlibrustc: Stop parsing `[T * N]`.
2013-03-27 Patrick Waltonlibrustc: Remove all uses of the old `[T * N]` fixed...
2013-03-27 Patrick Waltonlibsyntax: Stop parsing `[const T]`.
2013-03-27 Patrick Waltonlibcore: Change `[const T]` to `const [T]` everywhere
2013-03-27 borsauto merge of #5414 : thestinger/rust/option, r=catamor...
2013-03-27 Daniel Micayoption: rm functions that duplicate methods
2013-03-27 borsauto merge of #5560 : brson/rust/relnotes, r=brson
2013-03-27 Daniel Micayfix the core-map benchmark's descending range
2013-03-27 borsauto merge of #5547 : catamorphism/rust/issue-4898...
2013-03-26 borsauto merge of #5523 : alexcrichton/rust/less-oldmap...
2013-03-26 Alex Crichtonstd: Remove the oldmap module
2013-03-26 Alex CrichtonMove ast_map::map to LinearMap
2013-03-26 Alex Crichtontest: Remove uses of oldmap::HashMap
2013-03-26 Alex Crichtonrustc: Purge of HashMap, fixing segfaulting cases
2013-03-26 Alex Crichtonrustc: Remove uses of oldmap::HashMap
2013-03-26 Alex Crichtondoc: Remove mentions of oldmap::HashMap
2013-03-26 Alex Crichtonsyntax: Removing uses of HashMap
2013-03-26 Alex CrichtonRemove unused imports throughout
2013-03-26 Tim Chevaliercore: As per #4898, finish impls for one-tuples
2013-03-26 borsauto merge of #5555 : Kimundi/rust/str-dealloc-3, r...
2013-03-26 borsauto merge of #5467 : nikomatsakis/rust/issues-3888...
2013-03-26 Brian AndersonAdd missing authors
2013-03-26 Niko MatsakisStop writing directly to the final type/method/vtable...
2013-03-26 Brian AndersonUpdate 0.6 release notes
2013-03-26 Brian Andersoncore: Hide GC docs
2013-03-26 Niko MatsakisAdd various debug statements to trans that I used to...
2013-03-26 Niko MatsakisRip out old code that still structured method calls...
2013-03-26 borsauto merge of #5532 : brson/rust/coredocs, r=brson
2013-03-26 Brian Andersoncore: Make sure every module at least has a one-line...
2013-03-26 Brian Andersoncore: Clarify prelude docs. #4556
2013-03-26 borsauto merge of #5556 : nikomatsakis/rust/issues-4904...
2013-03-26 Niko MatsakisCheck for null in return_to_mut. Fixes #4904.
2013-03-26 Niko MatsakisFix #4855: handle bot in regionck
2013-03-26 Marvin LöbelAdded more missing lifetime annotations
2013-03-26 borsauto merge of #5549 : brson/rust/rustdoc, r=brson
2013-03-26 Brian Andersonrustdoc: Tweak list style
2013-03-26 Brian Andersonrustdoc: Add type bounds to impls
2013-03-26 Brian Andersonrustdoc: Handle impl method visibility correctly. ...
2013-03-26 Brian Andersonrustdoc: Build the crate config correctly. Fixes #5011
2013-03-26 Brian Andersonrustdoc: Sanitize links harder
2013-03-26 borsauto merge of #5553 : pnkfelix/rust/doc-fixes-for-0...
2013-03-26 Marvin LöbelAdded missing lifetime annotations, doc and whitespace...
2013-03-26 Marvin LöbelFixed all use sites and tests
2013-03-26 Marvin LöbelIsolated bug, static vector seems to behave differently...
2013-03-26 Marvin LöbelSwitched over a bunch of splitting funktions to non...
2013-03-26 Marvin Löbelpre-rebase commit
2013-03-26 Marvin LöbelMoved float str buffer constants to the strconv module
2013-03-26 borsauto merge of #5546 : nikomatsakis/rust/ty_region-usefu...
2013-03-26 Felix S. Klock IIUpdated to reflect alpha-rename of constant/static...
2013-03-26 Felix S. Klock IICleanup wording around the awkward "and so on is ....
2013-03-26 Felix S. Klock IISpelling fixes; replaced `size` with `capacity` in...
2013-03-26 Felix S. Klock IIFixes mozilla/rust#3612.
2013-03-26 Felix S. Klock IIMiscellaneous documentation additions.
2013-03-26 borsauto merge of #5538 : apasel422/rust/release-notes...
2013-03-26 borsauto merge of #5542 : catamorphism/rust/issue-4983...
2013-03-26 Andrew Paseltineradd deriving changes to release notes
2013-03-26 borsauto merge of #5540 : dbaupp/rust/configure-pandoc...
2013-03-26 borsauto merge of #5539 : apasel422/rust/kate, r=brson
2013-03-26 borsauto merge of #5537 : yichoi/rust/pull-0325, r=brson
2013-03-26 borsauto merge of #5536 : sanxiyn/rust/doc-purity, r=brson
2013-03-26 borsauto merge of #5528 : thestinger/rust/find_mut, r=brson
2013-03-26 borsauto merge of #5525 : dbaupp/rust/minor_fixups, r=graydon
2013-03-26 borsauto merge of #5524 : luqmana/rust/repeat-loop, r=pcwalton
2013-03-26 borsauto merge of #5513 : apasel422/rust/deriving, r=luqmana
2013-03-26 borsauto merge of #5509 : thestinger/rust/oldmap, r=brson
2013-03-25 borsauto merge of #5507 : graydon/rust/fixups2, r=graydon
2013-03-25 Graydon HoareRELEASES.txt: wrong tick-mark
2013-03-25 Graydon Hoaredocs: update to avoid mention of const.
2013-03-25 Graydon HoareRELEASES.txt: Mention asm!, add cset count and a hyphen.
2013-03-25 Luqman AdenExpand on cleanups in trans for expr_repeat and add...
2013-03-25 borsauto merge of #5505 : catamorphism/rust/macro-tutorial...
2013-03-25 Niko Matsakismake ty_region give a useful span when it fails
2013-03-25 borsauto merge of #5409 : brson/rust/rt, r=brson
2013-03-25 Brian AndersonMerge remote-tracking branch 'brson/rt'
2013-03-25 borsauto merge of #5424 : luqmana/rust/inline-rt, r=brson
2013-03-25 Tim Chevaliercore: Fix doc comment error, as per #4983
2013-03-25 Huon Wilsonconfigure: simplify pandoc version recognition.
2013-03-25 Andrew Paseltinerkate: remove `const`, `log`, and `pure` keywords, add...
2013-03-25 Young-il Choiconfigure: error on unsupported target-triples and...
next