| Age | Commit message (Expand) | Author | Lines |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -12/+28 |
| 2015-05-19 | rustc: Shorten MSVC metadata section name | Alex Crichton | -12/+28 |
| 2015-05-19 | Return the iterator from reader::docs. | Ms2ger | -12/+5 |
| 2015-05-19 | Overhaul cast semantics and make them follow RFC401 | Ariel Ben-Yehuda | -0/+1 |
| 2015-05-14 | Auto merge of #24920 - alexcrichton:duration, r=aturon | bors | -2/+1 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -2/+1 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+30 |
| 2015-05-12 | rustc_typeck: remove the "preload all impls ever" workaround in coherence. | Eduard Burtescu | -19/+0 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -12/+47 |
| 2015-05-12 | rustc: rename ty::populate_implementations_for_type_if_necessary to make it c... | Eduard Burtescu | -9/+10 |
| 2015-05-12 | rustc::metadata: use u64 for DefId's instead of strings. | Eduard Burtescu | -85/+71 |
| 2015-05-05 | rustc: Fix more verbatim paths leaking to gcc | Alex Crichton | -1/+5 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -10/+13 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -20/+19 |
| 2015-04-29 | rollup merge of #24711: alexcrichton/fs2.1 | Alex Crichton | -10/+10 |
| 2015-04-29 | Fix zero-normalization of the pos of a `MultiByteChar`. | Felix S. Klock II | -1/+1 |
| 2015-04-27 | std: Expand the area of std::fs | Alex Crichton | -10/+10 |
| 2015-04-23 | Fix a number of bugs that interfered with cross-crate usage of associated con... | Sean Patrick Santos | -14/+16 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -9/+143 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -13/+14 |
| 2015-04-21 | rollup merge of #24636: alexcrichton/remove-deprecated | Alex Crichton | -40/+43 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -40/+43 |
| 2015-04-21 | rustc: Handle duplicate names merging archives | Alex Crichton | -5/+10 |
| 2015-04-17 | Create a struct to represent early-bound regions | Niko Matsakis | -6/+11 |
| 2015-04-16 | Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton | bors | -12/+12 |
| 2015-04-15 | rustc: fix a typo in letter to rustc | Richo Healey | -1/+1 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -7/+7 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -5/+5 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -1/+2 |
| 2015-04-08 | Auto merge of #24021 - pnkfelix:fn-params-outlive-body, r=nikomatsakis | bors | -1/+16 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -1/+2 |
| 2015-04-06 | Auto merge of #23857 - phildawes:libsyntax_nopanic, r=nikomatsakis | bors | -1/+4 |
| 2015-04-05 | Work towards a non-panicing parser (libsyntax) | Phil Dawes | -1/+4 |
| 2015-04-04 | Encode more precise scoping rules for function params. | Felix S. Klock II | -1/+16 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -17/+13 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -4/+4 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -4/+4 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -4/+3 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -1/+1 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -1/+1 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -2/+2 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -2/+2 |
| 2015-03-27 | rollup merge of #23786: alexcrichton/less-quotes | Alex Crichton | -15/+5 |
| 2015-03-27 | rustc: Remove support for hyphens in crate names | Alex Crichton | -15/+5 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -158/+158 |
| 2015-03-27 | rollup merge of #23761: alexcrichton/remove-phase | Alex Crichton | -9/+0 |
| 2015-03-27 | default => or_insert per RFC | Alexis Beingessner | -1/+2 |
| 2015-03-26 | update everything to use Entry defaults | Alexis | -2/+1 |
| 2015-03-26 | rustc: Remove old #[phase] and #[plugin] | Alex Crichton | -9/+0 |