index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc
/
session
Age
Commit message (
Expand
)
Author
Lines
2019-09-17
Take Diagnostic in Handler::emit_diagnostic
Mark Rousskov
-1
/
+1
2019-09-17
Replace DiagnosticBuilder with Diagnostic when emitting error
Mark Rousskov
-4
/
+10
2019-09-15
Hide diagnostics emitted during --cfg parsing
Mark Rousskov
-1
/
+12
2019-09-07
Apply suggestions from code review
Alexander Regueiro
-2
/
+2
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-97
/
+101
2019-09-06
Fixed grammar/style in error messages and reblessed tests.
Alexander Regueiro
-10
/
+10
2019-08-30
Auto merge of #63402 - estebank:strip-margin, r=oli-obk
bors
-2
/
+6
2019-08-24
Improve Rustdoc's handling of procedural macros
Aaron Hill
-7
/
+11
2019-08-21
Add terminal_width debugging flag
Esteban Küber
-2
/
+6
2019-08-13
Do not track the sysroot.
Joel Galenson
-8
/
+1
2019-08-12
Hash the remapped sysroot instead of the original.
Joel Galenson
-2
/
+9
2019-08-07
Use consistent capitalization in -C/-Z help
Brian Anderson
-6
/
+6
2019-07-30
Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk
bors
-47
/
+107
2019-07-28
Remove lint annotations in specific crates that are already enforced by rustb...
Vadim Petrochenkov
-1
/
+1
2019-07-26
Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton
Mazdak Farrokhzad
-4
/
+0
2019-07-26
rustc: Stabilize options for pipelined compilation
Alex Crichton
-47
/
+107
2019-07-25
Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton
Mazdak Farrokhzad
-1
/
+1
2019-07-24
Gate binary dependency information behind -Zbinary-dep-depinfo
Mark Rousskov
-0
/
+5
2019-07-24
Merge `rustc_allocator` into `libsyntax_ext`
Vadim Petrochenkov
-1
/
+1
2019-07-23
normalize use of backticks for compiler messages in remaining modules
Samy Kacimi
-7
/
+7
2019-07-19
Remove support for -Zlower-128bit-ops
bjorn3
-4
/
+0
2019-07-11
Only error about MSVC + PGO + unwind if we're generating code
Wesley Wiser
-2
/
+5
2019-07-11
Revert "Emit warning when trying to use PGO in conjunction with unwinding on ...
Wesley Wiser
-4
/
+4
2019-07-10
Rollup merge of #61853 - EricRahm:use_warning, r=varkor
Mazdak Farrokhzad
-4
/
+4
2019-07-09
Emit warning when trying to use PGO in conjunction with unwinding on Windows.
Eric Rahm
-4
/
+4
2019-07-07
cli: make help output for -l and -L consistent
Tshepang Lekhonkhobe
-3
/
+2
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-29
/
+29
2019-07-02
Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton
bors
-18
/
+17
2019-06-25
Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix
Mazdak Farrokhzad
-9
/
+6
2019-06-22
Prefer to use `has_errors` to `err_count`
Matthew Jasper
-9
/
+6
2019-06-21
Remove warnings about incr. comp. generating less debugging output.
Michael Woerister
-18
/
+2
2019-06-21
Stabilize profile-guided optimization.
Michael Woerister
-18
/
+17
2019-06-16
Fix tidy
Vadim Petrochenkov
-2
/
+0
2019-06-16
Separate librustc module
chansuke
-708
/
+707
2019-06-11
Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centril
bors
-2
/
+6
2019-06-11
rustc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-10
Address review comments
Philipp Hansch
-2
/
+2
2019-06-10
librustc_errors: Add some more documentation
Philipp Hansch
-2
/
+6
2019-06-05
librustc_errors: Rename AnnotateRs -> AnnotateSnippet
Philipp Hansch
-5
/
+5
2019-06-04
Add new error-format value to use annotate-snippet output
Philipp Hansch
-14
/
+35
2019-05-31
rustc_codegen_utils: add new mangling scheme implementation.
Eduard-Mihai Burtescu
-3
/
+35
2019-05-30
Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavis
bors
-0
/
+12
2019-05-29
rustc_codegen_llvm: remove LLVM instruction count stats.
Eduard-Mihai Burtescu
-19
/
+0
2019-05-28
Rename PgoGenerate to something more general.
Michael Woerister
-17
/
+19
2019-05-28
Allow to specify profiling data output directory as -Zself-profile argument.
Michael Woerister
-4
/
+14
2019-05-28
Emit error when trying to use PGO in conjunction with unwinding on Windows.
Michael Woerister
-0
/
+12
2019-05-27
Fix unit test after pgo-use change.
Michael Woerister
-1
/
+1
2019-05-27
PGO: Check that pgo-use file actually exists. LLVM seems to only emit an easy...
Michael Woerister
-0
/
+9
2019-05-27
Use a PathBuf instead of String for representing the pgo-use path internally.
Michael Woerister
-2
/
+2
2019-05-27
Avoid unnecessary internings.
Nicholas Nethercote
-10
/
+9
[prev]
[next]