summary refs log tree commit diff
path: root/src/librustc/util/common.rs
AgeCommit message (Expand)AuthorLines
2018-03-30Rename fs::read_string to read_to_string and stabilizeMatt Brubeck-1/+2
2018-03-13add handy helper for Cell<usize>, used for perf statsNiko Matsakis-0/+10
2018-03-09Move PROFQ_CHAN to a Session fieldJohn Kåre Alsaker-30/+32
2018-03-02Run Rustfix on librustcManish Goregaokar-1/+1
2018-02-20Do not run the default panic hook inside procedural macros. Fixes #47812John Kåre Alsaker-0/+21
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-5/+2
2017-12-20incr.comp.: Cache check_match query.Michael Woerister-1/+1
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-10/+4
2017-09-23Compress "small" spans to 32 bits and intern "large" spansVadim Petrochenkov-2/+3
2017-08-23-Z profile-queries includes dep_graph.with_task uses in outputMatthew Hammer-1/+6
2017-08-23-Z profile-queries: remove panic when channel is unsetMatthew Hammer-1/+6
2017-08-23profiling with -Z profile-queries recognizes -Z time-passesMatthew Hammer-1/+11
2017-08-23inc comp: -Z profile-queries support; see also https://github.com/rust-lang-n...Matthew Hammer-0/+57
2017-08-12Fix some typosBastien Orivel-1/+1
2017-07-31async-llvm(25): Restore -Ztime-passes output for trans and LLVM.Michael Woerister-5/+27
2017-07-12integrate anon dep nodes into trait selectionNiko Matsakis-4/+2
2017-06-09incr.comp.: Uniformly represent DepNodes as (Kind, StableHash) pairs.Michael Woerister-2/+4
2017-05-16put option_try macro def under #[cfg(unix)]est31-0/+1
2017-03-13some style fixesTshepang Lekhonkhobe-3/+4
2016-12-27propagate TIME_DEPTH to the helper threads for -Z time-passesNiko Matsakis-3/+17
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-55/+0
2016-11-04Add -Zhir-stats for collecting statistics on HIR and ASTMichael Woerister-0/+34
2016-09-01Add some infrastructure for timing things where time_passes can't be used.Michael Woerister-9/+26
2016-07-06rustc: Update stage0 to beta-2016-07-06Alex Crichton-12/+0
2016-06-09fix damage in librustcAriel Ben-Yehuda-0/+12
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-02-12Autoderef in librustcJonas Schievink-1/+1
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-3/+2
2016-01-05Refactor compiler to make use of dep-tracking-maps. Also, in cases whereNiko Matsakis-39/+31
2015-12-21Register new snapshotsAlex Crichton-1/+0
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-10/+4
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-6/+6
2015-11-09std: Migrate to the new libcAlex Crichton-9/+14
2015-09-03Add an intital HIR and lowering stepNick Cameron-12/+12
2015-08-18kill the old funky `can_reach` fnNiko Matsakis-43/+0
2015-08-14rustc: Allow changing the default allocatorAlex Crichton-4/+4
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-27/+15
2015-08-10Stabilize the Duration APISteven Fackler-2/+2
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+1
2015-07-08Report memory use in time-passes on WindowsPeter Atashian-5/+40
2015-07-02Report memory use in time-passesNick Cameron-2/+38
2015-05-15Don't use <Duration as Display>::display() in time passesNick Cameron-4/+9
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-2/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+3
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-3/+3
2015-03-11Example -> ExamplesSteve Klabnik-1/+1
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+14
2015-02-22Fix another occurrence of #22243Markus Unterwaditzer-1/+1
2015-02-20Register new snapshotsAlex Crichton-97/+6
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-2/+91