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
/
librustc
/
session
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-01
Rework force-frame-pointer
Simonas Kazlauskas
-2
/
+5
2018-05-01
Don't force-enable frame pointers when generating debug info
Björn Steinbrink
-1
/
+1
2018-04-30
Auto merge of #50204 - Manishearth:approx-enum, r=estebank
bors
-2
/
+2
2018-04-26
Rename rustc_back::target to rustc_target::spec.
Irina Popa
-2
/
+2
2018-04-26
rustc_back: move LinkerFlavor, PanicStrategy, and RelroLevel to target.
Irina Popa
-1
/
+1
2018-04-25
Approximate -> Applicability
Manish Goregaokar
-2
/
+2
2018-04-25
Auto merge of #50134 - andjo403:jobserver, r=michaelwoerister
bors
-4
/
+13
2018-04-23
make rustdoc test follow the jobserver limit of threadsfix that to many threa...
Andreas Jonson
-4
/
+13
2018-04-19
add --edition option
Kurtis Nusbaum
-2
/
+2
2018-04-17
Make one_time_diagnostics thread-safe
John Kåre Alsaker
-2
/
+2
2018-04-17
Make Handler more thread-safe
John Kåre Alsaker
-5
/
+5
2018-04-17
Auto merge of #49882 - Zoxc:sync-misc2, r=michaelwoerister
bors
-5
/
+5
2018-04-16
Use locks for Session.lint_store and Session.buffered_lints
John Kåre Alsaker
-5
/
+5
2018-04-13
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-3
/
+0
2018-04-10
Make Session.injected_panic_runtime thread-safe
John Kåre Alsaker
-2
/
+2
2018-04-10
Make Session.injected_allocator and Session.allocator_kind thread-safe
John Kåre Alsaker
-4
/
+4
2018-04-10
Make Session.dependency_formats thread-safe
John Kåre Alsaker
-3
/
+3
2018-04-10
Make Session.crate_types thread-safe
John Kåre Alsaker
-2
/
+2
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
-2
/
+2
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
-6
/
+3
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
/
+8
2018-04-10
Remove Cell from const_eval_stack_frame_limit and const_eval_step_limit
John Kåre Alsaker
-4
/
+4
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
-4
/
+4
2018-04-10
Combine Session.entry_fn and Session.entry_type and make them thread-safe
John Kåre Alsaker
-4
/
+2
2018-04-10
Make PerfStats thread-safe and remove unused fields
John Kåre Alsaker
-58
/
+16
2018-04-10
Make recursion_limit and type_length_limit thread-safe
John Kåre Alsaker
-7
/
+7
2018-04-10
Make sure the lint store is only used on one thread
John Kåre Alsaker
-5
/
+9
2018-03-26
Introduce a TargetTriple enum to support absolute target paths
Philipp Oppermann
-3
/
+4
2018-03-20
rename epoch to edition
Kurtis Nusbaum
-5
/
+5
2018-03-13
introduce `tcx.normalize_erasing_regions(..)` operaton [VIC]
Niko Matsakis
-0
/
+5
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+11
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-0
/
+5
2018-03-09
Move PROFQ_CHAN to a Session field
John Kåre Alsaker
-1
/
+7
2018-03-08
Move epochs to libsyntax
Manish Goregaokar
-1
/
+2
2018-03-08
Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis
Manish Goregaokar
-266
/
+378
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-3
/
+0
2018-03-08
Move the resource limits to the session in preparation for attributes configu...
Oliver Schneider
-0
/
+10
2018-03-06
Run rustfmt over modified files
Santiago Pastorino
-259
/
+378
2018-03-06
Remove nll-dump-cause flag and always track causes
Santiago Pastorino
-7
/
+0
2018-03-05
Fix some merge fallout.
Michael Woerister
-1
/
+1
2018-03-05
Turn features() into a query.
Michael Woerister
-47
/
+19
2018-03-02
Run Rustfix on librustc
Manish Goregaokar
-4
/
+4
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-4
/
+5
[next]