about summary refs log tree commit diff
path: root/src/librustc_driver
AgeCommit message (Expand)AuthorLines
2015-03-25rustc: Remove support for int/uintAlex Crichton-4/+2
2015-03-23Add generic conversion traitsAaron Turon-9/+10
2015-03-17std: Tweak some unstable features of `str`Alex Crichton-0/+1
2015-03-15Use new io in print and println macrosesSimonas Kazlauskas-1/+1
2015-03-13Fallout of std::old_io deprecationAlex Crichton-28/+26
2015-03-13Auto merge of #23229 - aturon:stab-path, r=alexcrichtonbors-1/+0
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-12Rollup merge of #23274 - rprichard:fix-21715, r=pnkfelixManish Goregaokar-25/+43
2015-03-11Improve -Z unstable-options diagnostics and avoid an ICERyan Prichard-25/+43
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-3/+1
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-3/+1
2015-03-08normalize the current directory as Path{""}Richo Healey-1/+1
2015-03-08rustc: Fix an ICE when -o bare-pathRicho Healey-1/+4
2015-03-06rollup merge of #22975: alexcrichton/stabilize-ffiAlex Crichton-1/+0
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23090 - alexcrichton:dep-info, r=pnkfelixManish Goregaokar-1/+3
2015-03-06Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturonManish Goregaokar-1/+0
2015-03-06Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturonManish Goregaokar-0/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-1/+0
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-1/+0
2015-03-05rustc: Don't emit dep-info for imported filesAlex Crichton-1/+3
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
2015-03-06Run feature-gating on the final AST passed to the compiler.Huon Wilson-4/+21
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-0/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-86/+95
2015-03-04Encode codemap and span information in crate metadata.Michael Woerister-1/+5
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-3/+3
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-1/+1
2015-02-28Separate most of rustc::lint::builtin into a separate crate.Huon Wilson-2/+6
2015-02-27std: Stabilize the `env` moduleAlex Crichton-1/+1
2015-02-25Rollup merge of #22727 - alexcrichton:prep-env, r=aturonManish Goregaokar-2/+3
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-4/+2
2015-02-24std: Move std::env to the new I/O APIsAlex Crichton-2/+3
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-24rustc: combine partial_def_map and last_private_map into def_map.Eduard Burtescu-4/+0
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-3/+3
2015-02-24rustc: use partially resolved definitions to replace the `T::A` hack.Eduard Burtescu-0/+2
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-1/+1
2015-02-22Auto merge of #22466 - Kimundi:str_pattern_ai_safe, r=aturonbors-1/+1
2015-02-22Fix test falloutsFlavio Percoco-1/+1
2015-02-22Rollup merge of #22592 - nikomatsakis:deprecate-bracket-bracket, r=aturonManish Goregaokar-17/+17
2015-02-21In the rustc driver, we pass the expanded, not the pre-expansion, AST to the ...Nick Cameron-7/+12
2015-02-20Remove remaining uses of `[]`. This time I tried to use deref coercions where...Niko Matsakis-17/+17
2015-02-20Addressed PR commentsMarvin Löbel-1/+1
2015-02-18rollup merge of #22502: nikomatsakis/deprecate-bracket-bracketAlex Crichton-16/+16
2015-02-18Replace all uses of `&foo[]` with `&foo[..]` en masse.Niko Matsakis-16/+16
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-1/+1
2015-02-17Test fixes and rebase conflictsAlex Crichton-3/+2
2015-02-17rollup merge of #22459: alexcrichton/feature-namesAlex Crichton-2/+2