about summary refs log tree commit diff
path: root/src/librustc/rustc.rs
AgeCommit message (Expand)AuthorLines
2013-08-12fix build with the new snapshot compilerDaniel Micay-10/+0
2013-08-11auto merge of #8427 : brson/rust/rustc-stack, r=thestingerbors-1/+7
2013-08-10std: Rename Iterator.transform -> .mapErick Tryzelaar-1/+1
2013-08-10Mass rename of .consume{,_iter}() to .move_iter()Erick Tryzelaar-2/+2
2013-08-09rustc: Obey RUST_MIN_STACK env varBrian Anderson-1/+7
2013-08-10Increase system stack size.Dmitry Ermolov-1/+1
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-0/+11
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-3/+3
2013-08-08env! syntax extension changesSteven Fackler-0/+11
2013-08-07misc help message fixDo Nhat Minh-3/+3
2013-08-07rustc: Use 4MB stacks. Needed for unoptimized builds apparently.Brian Anderson-1/+9
2013-08-07core: option.map_consume -> option.map_moveErick Tryzelaar-6/+5
2013-08-06Move EnumSet into libextraSangeun Kim-1/+0
2013-08-03remove obsolete `foreach` keywordDaniel Micay-4/+4
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-4/+4
2013-07-27Remove unnecessary #[path = "***/mod.rs"] lines.OGINO Masanori-6/+0
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-17/+17
2013-07-20rm obsolete no-op lintsDaniel Micay-2/+0
2013-07-18hashmap: Remove .consume() has rename .consume_iter() to .consume()blake2-ppc-1/+1
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-1/+0
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-4/+8
2013-07-16Sort lint attributes to print them in a more sane wayAlex Crichton-11/+14
2013-07-14Allow non-uppercase-statics by defaultAlex Crichton-2/+0
2013-07-13Fix running code via '-Z jit'Alex Crichton-1/+5
2013-07-11Add simple control-flow-graph abstraction based on graph, currently unusedNiko Matsakis-0/+2
2013-07-11rustc: Add new graph library, based on code from region_inferneceNiko Matsakis-0/+1
2013-07-09auto merge of #7117 : jensnockert/rust/freestanding, r=cmrbors-2/+2
2013-07-08Bump version numbers to 0.8-preBrian Anderson-1/+1
2013-07-08 Replaces the free-standing functions in f32, &c.Jens Nockert-2/+2
2013-07-07remove some method resolve workaroundsDaniel Micay-2/+2
2013-07-01rustc: add a lint to enforce uppercase statics.Huon Wilson-0/+1
2013-06-30Bump version from 0.7-pre to 0.7Brian Anderson-1/+1
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-24/+18
2013-06-28librustc: Rewrite reachability and forbid duplicate methods in type implement...Patrick Walton-0/+1
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-1/+1
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+1
2013-06-25Rename all files with the 'rc' extensionAlex Crichton-0/+369
2012-11-28Register snapshotsBrian Anderson-261/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+10
2012-11-17Merge remote-tracking branch 'brson/codemap'Brian Anderson-1/+1
2012-11-15rt: bump log levels up by one, fix tautological-compare error (and permit tur...Graydon Hoare-1/+1
2012-11-12Remove CodeMap box typedef from codemapBrian Anderson-1/+1
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+251