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
Age
Commit message (
Expand
)
Author
Lines
2018-08-05
Add special support for libc
varkor
-5
/
+3
2018-08-05
Add support for feature attributes on macros
varkor
-4
/
+3
2018-08-05
Convert unknown_features lint into an error
varkor
-11
/
+16
2018-08-05
Turn the duplicate feature lint into an error
varkor
-32
/
+37
2018-08-05
Remove unnecessary feature attributes that sneaked in
varkor
-3
/
+0
2018-08-05
Fix test/compile-fail
varkor
-2
/
+9
2018-08-05
Get around tidy bug
varkor
-4
/
+4
2018-08-05
Add duplicity lint for lang features
varkor
-20
/
+31
2018-08-05
Add a lint for duplicate feature attributes
varkor
-0
/
+14
2018-08-05
Trigger stable feature lint for lib features
varkor
-0
/
+10
2018-08-05
Add error for inconsistent stability `since` value
varkor
-0
/
+15
2018-08-05
Add lint for unknown feature attributes
varkor
-27
/
+232
2018-08-04
Use diagnostic API on Session
Mark Rousskov
-1
/
+1
2018-08-04
Move share_generics getter onto options directly
Mark Rousskov
-20
/
+20
2018-08-04
Move basic_options to impl of Default
Mark Rousskov
-60
/
+62
2018-08-04
Normalize DebugInfoLevel to standard style
Mark Rousskov
-15
/
+13
2018-08-04
Normalize EntryFnType variants to standard style
Mark Rousskov
-6
/
+6
2018-08-04
Normalize variants of Passes to standard style
Mark Rousskov
-11
/
+9
2018-08-04
Normalize variants of CrateType to standard style
Mark Rousskov
-47
/
+46
2018-08-04
Privatize some exports from code_stats
Mark Rousskov
-2
/
+2
2018-08-04
Auto merge of #52927 - Mark-Simulacrum:cratestore-cleanup, r=alexcrichton
bors
-130
/
+1
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-18
/
+0
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-21
/
+1
2018-08-03
Visibility is now a query
Mark Rousskov
-1
/
+0
2018-08-03
Delete dummy crate store
Mark Rousskov
-63
/
+0
2018-08-03
Move validate_crate_name to rustc_metadata
Mark Rousskov
-27
/
+0
2018-08-03
Auto merge of #52712 - oli-obk:const_eval_cleanups, r=RalfJung
bors
-146
/
+168
2018-08-03
Unify API of `Scalar` and `ScalarMaybeUndef`
Oliver Schneider
-2
/
+6
2018-08-03
Auto merge of #51657 - wesleywiser:wip_profiling, r=eddyb
bors
-1
/
+306
2018-08-02
Generate self-profiler types with macros
Wesley Wiser
-130
/
+91
2018-08-02
Fix tidy
Wesley Wiser
-12
/
+25
2018-08-02
Remove some dead code
Wesley Wiser
-17
/
+1
2018-08-02
Include additional data in the json output
Wesley Wiser
-3
/
+12
2018-08-02
Include query hits/totals
Wesley Wiser
-3
/
+10
2018-08-02
Refactor json printing
Wesley Wiser
-35
/
+21
2018-08-02
First pass at json output
Wesley Wiser
-0
/
+52
2018-08-02
Fix more missed query data
Wesley Wiser
-0
/
+9
2018-08-02
Remove redundant s in output
Wesley Wiser
-1
/
+1
2018-08-02
Fix some missed query data
Wesley Wiser
-4
/
+3
2018-08-02
Switch to markdown output
Wesley Wiser
-12
/
+15
2018-08-02
Add units to times
Wesley Wiser
-1
/
+1
2018-08-02
Basic incremental stats
Wesley Wiser
-9
/
+55
2018-08-02
Basic profiling
Wesley Wiser
-1
/
+237
2018-08-02
Auto merge of #52841 - petrochenkov:premacro, r=alexcrichton
bors
-0
/
+8
2018-08-02
Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichton
bors
-14
/
+7
2018-08-02
When we turn on NLL migration in the 2018 edition, we need two-phase borrows ...
Felix S. Klock II
-3
/
+11
2018-08-02
Second field of ScalarPair can be undef in some cases
Oliver Schneider
-6
/
+5
2018-08-01
Switch to bootstrapping from 1.29 beta
Mark Rousskov
-14
/
+7
2018-08-01
Address behaviour changing review comments
Oliver Schneider
-18
/
+0
2018-08-01
Address stylistic review comments and rebase fallout
Oliver Schneider
-3
/
+6
[next]