about summary refs log tree commit diff
path: root/src/librustc/metadata
AgeCommit message (Expand)AuthorLines
2015-02-06Improve error message, when found staticlib instead cratePotpourri-5/+30
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-7/+7
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-4/+4
2015-02-04remove all kind annotations from closuresJorge Aparicio-4/+4
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-65/+64
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-5/+5
2015-02-02rollup merge of #21782: alexcrichton/issue-21771Alex Crichton-0/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-61/+60
2015-02-02Auto merge of #21647 - alfie:suffix-medium, r=alexcrichtonbors-18/+18
2015-02-01std: Add a new `env` moduleAlex Crichton-5/+5
2015-02-01Separate out the unboxed closure table into two tables, so that we canNiko Matsakis-45/+6
2015-02-01More deprecating of i/u suffixes in librariesAlfie John-18/+18
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-1/+16
2015-01-30rustc: Use --extern to always overrideAlex Crichton-0/+1
2015-01-30std: Stabilize FromStr and parseAlex Crichton-3/+7
2015-01-30Use `#[rustc_paren_sugar]` as a more extensible way of deciding whenNiko Matsakis-0/+15
2015-01-30Remove the capture mode map and just store the capture mode for individual va...Niko Matsakis-1/+1
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-6/+6
2015-01-29s/Show/Debug/gJorge Aparicio-4/+4
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-1/+1
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-1/+1
2015-01-28Remove a custom variant of iter::Cloned.Ms2ger-2/+2
2015-01-28Rename found_ast to FoundAst and qualify uses.Ms2ger-14/+10
2015-01-27Add `CodeExtent::Remainder` variant; pre-req for new scoping/drop rules.Felix S. Klock II-1/+11
2015-01-26std: Rename Writer::write to Writer::write_allAlex Crichton-28/+28
2015-01-26Fallout of io => old_ioAlex Crichton-10/+10
2015-01-26Adjust most comments and messages to not use "unboxed".Eduard Burtescu-3/+3
2015-01-26Remove "unboxed" attribute in code referring to new closures.Eduard Burtescu-33/+27
2015-01-21rollup merge of #20179: eddyb/blind-itemsAlex Crichton-33/+27
2015-01-21rollup merge of #21258: aturon/stab-3-indexAlex Crichton-3/+3
2015-01-21rollup merge of #21396: japaric/no-parens-in-rangeAlex Crichton-2/+2
2015-01-21Fallout from stabilization.Aaron Turon-3/+3
2015-01-21rustc: fix fallout of merging ast::ViewItem into ast::Item.Eduard Burtescu-33/+27
2015-01-20Remove onceness & bounds - they don't do anything.Ariel Ben-Yehuda-21/+0
2015-01-20Kill TraitStoreAriel Ben-Yehuda-27/+0
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-2/+2
2015-01-18Fix typedef/module name conflicts in the compilerAlex Crichton-4/+4
2015-01-17Register new snapshots.Eduard Burtescu-2/+2
2015-01-16auto merge of #21113 : alexcrichton/rust/plug-a-hole, r=brsonbors-62/+80
2015-01-16rustc: Fix a leak in dependency= pathsAlex Crichton-62/+80
2015-01-16Record negative trait_impls separatedlyFlavio Percoco-0/+32
2015-01-13auto merge of #20957 : Ms2ger/rust/closures, r=alexcrichtonbors-12/+8
2015-01-13Return the Vec from csearch::get_item_attrs.Ms2ger-6/+4
2015-01-13Return the Vec from decoder::get_item_attrs.Ms2ger-7/+5
2015-01-13Some random thingsNick Cameron-1/+1
2015-01-09Make the metadata loader use the appropriate Target structureJohn Kåre Alsaker-2/+8
2015-01-08auto merge of #20760 : alexcrichton/rust/rollup, r=alexcrichtonbors-2/+2
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-2/+2