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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2018-04-10
Make sure Session.plugin_attributes is only used on one thread
John Kåre Alsaker
-2
/
+2
2018-04-10
Make sure Session.plugin_llvm_passes is only used on one thread
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session.has_global_allocator thread-safe
John Kåre Alsaker
-6
/
+4
2018-04-10
Make sure Session.imported_macro_spans is only used on one thread
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session.crate_disambiguator thread-safe
John Kåre Alsaker
-7
/
+4
2018-04-10
Make sure Session.next_node_id is only used on one thread
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session.code_stats thread-safe
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session::features_untracked thread-safe
John Kåre Alsaker
-11
/
+5
2018-04-10
Disable optimization fuel when using multiple threads
John Kåre Alsaker
-7
/
+15
2018-04-10
Remove Cell from const_eval_stack_frame_limit and const_eval_step_limit
John Kåre Alsaker
-6
/
+6
2018-04-10
Make sure Session.incr_comp_session is only used on one thread
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session.plugin_registrar_fn and Session.derive_registrar_fn thread-safe
John Kåre Alsaker
-8
/
+8
2018-04-10
Combine Session.entry_fn and Session.entry_type and make them thread-safe
John Kåre Alsaker
-38
/
+31
2018-04-10
Make PerfStats thread-safe and remove unused fields
John Kåre Alsaker
-79
/
+27
2018-04-10
Remove derive_macros
John Kåre Alsaker
-6
/
+1
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-24
/
+25
2018-04-10
Querify all_traits
John Kåre Alsaker
-51
/
+40
2018-04-10
Make sure the lint store is only used on one thread
John Kåre Alsaker
-5
/
+9
2018-04-10
Add a Once type for values which are only written once
John Kåre Alsaker
-0
/
+129
2018-04-10
Add insert_same extension to HashMap
John Kåre Alsaker
-0
/
+14
2018-04-10
Add OneThread which only allows its inner value to be used in one thread
John Kåre Alsaker
-0
/
+55
2018-04-10
Reformat trans skip condition
varkor
-3
/
+3
2018-04-10
Add ignores for powerpc and s390x to target-feature-wrong.rs and update refer...
dragan.mladjenovic
-7
/
+9
2018-04-10
Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister
bors
-89
/
+101
2018-04-10
Update ui test references.
dragan.mladjenovic
-7
/
+7
2018-04-10
Small nits to make couple of tests pass on mips targets.
dragan.mladjenovic
-0
/
+8
2018-04-10
Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus
bors
-36
/
+267
2018-04-10
Auto merge of #49258 - zackmdavis:not_going_to_recover, r=petrochenkov
bors
-2
/
+151
2018-04-10
Disallow `impl Trait` in unsupported position
Shotaro Yamada
-17
/
+74
2018-04-10
Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakis
bors
-5
/
+212
2018-04-09
rustfmt explain_borrow/mod
Santiago Pastorino
-2
/
+2
2018-04-09
Fix ICE when a borrow is used after drop
Santiago Pastorino
-11
/
+67
2018-04-09
std: Be sure to modify atomics in tests
Alex Crichton
-4
/
+6
2018-04-09
add regression test for issue #16223: fixed by NLL
Hero
-0
/
+63
2018-04-09
fix tests
steveklabnik
-27
/
+29
2018-04-09
more lints
steveklabnik
-46
/
+1035
2018-04-09
document deny by default lints
steveklabnik
-12
/
+237
2018-04-09
add a lot of text about lints
steveklabnik
-0
/
+824
2018-04-09
add targets to TOC
steveklabnik
-0
/
+6
2018-04-09
write 'what is rustc'
steveklabnik
-0
/
+67
2018-04-09
write headings for command line arguments
steveklabnik
-2
/
+58
2018-04-09
fix authorship in book.toml
steveklabnik
-1
/
+1
2018-04-09
Add a TOC
steveklabnik
-3
/
+23
2018-04-09
update doc index to link to the rustc book
steveklabnik
-0
/
+4
2018-04-09
Add rustc book to the build system
steveklabnik
-2
/
+4
2018-04-09
initialize the rustc book
steveklabnik
-0
/
+10
2018-04-09
tidy fixes
gaurikholkar
-3
/
+3
2018-04-09
Stop emitting color codes on TERM=dumb
Mark Simulacrum
-1
/
+3
2018-04-09
Take OutputType::DepInfo into account for metadata_output_only
varkor
-3
/
+2
2018-04-09
in which the non-shorthand patterns lint keeps its own counsel in macros
Zack M. Davis
-0
/
+30
[prev]
[next]