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-11-18
resolve: Resolve multi-segment imports using in-scope resolution on 2018 edition
Vadim Petrochenkov
-66
/
+47
2018-11-18
resolve: Stop generating uniform path canaries
Vadim Petrochenkov
-269
/
+13
2018-11-18
atomic::Ordering: Get rid of misleading parts of intro
Michal 'vorner' Vaner
-7
/
+9
2018-11-17
Add VecDeque::resize_with
Scott McMurray
-1
/
+39
2018-11-17
std: Add debugging for a failing test on appveyor
Alex Crichton
-1
/
+5
2018-11-17
Don't auto-inline `const fn`
Oliver Scherer
-7
/
+31
2018-11-17
docs: Add missing backtick in object_safety.rs docs
Igor Matuszewski
-1
/
+1
2018-11-17
Refactor local monomorphization logic to be easier to comprehend
Oliver Scherer
-22
/
+21
2018-11-17
deallocate locals before validation, to catch dangling references
Ralf Jung
-11
/
+19
2018-11-17
Auto merge of #56003 - nikomatsakis:issue-54467-infer-outlives-bounds-and-tra...
bors
-10
/
+66
2018-11-17
We're looking at the miri memory for constants instead of their initializers'...
Oliver Scherer
-4
/
+0
2018-11-17
When popping in CTFE, perform validation before jumping to next statement to ...
Ralf Jung
-17
/
+16
2018-11-17
tidy check fix
giacomo
-10
/
+19
2018-11-17
add test for #[test] attribute only allowed on non associated functions
giacomo
-0
/
+30
2018-11-17
reserve whitespaces between prefix and pipe
csmoe
-6
/
+6
2018-11-17
add comment explaining why what we do is legal
Ralf Jung
-0
/
+2
2018-11-17
Update Cargo submodule
Alex Crichton
-2
/
+27
2018-11-17
remove stray file with UI testing output
Axary
-8
/
+0
2018-11-17
erase the tag on casts involving (raw) pointers
Ralf Jung
-7
/
+13
2018-11-16
Ignore non-semantic tokens for 'probably_eq' streams.
Sergio Benitez
-6
/
+141
2018-11-17
Auto merge of #55627 - sunfishcode:cg-llvm-gen, r=nikomatsakis
bors
-7653
/
+10107
2018-11-16
avoid shared ref in UnsafeCell::get
Ralf Jung
-1
/
+1
2018-11-16
Auto merge of #55936 - nrc:save-rename, r=eddyb
bors
-10
/
+8
2018-11-16
adjust remaining tests
Ralf Jung
-4
/
+39
2018-11-16
Replace data.clone() by Arc::clone(&data) in mutex doc.
BenoƮt C
-1
/
+1
2018-11-16
fix tidy (remove whitespace)
Axary
-1
/
+25
2018-11-16
improve error when self is used as not the first argument
Axary
-13
/
+30
2018-11-16
add a note to the error message
Axary
-3
/
+7
2018-11-16
remove license
Axary
-11
/
+0
2018-11-16
CTFE: dynamically make sure we do not call non-const-fn
Ralf Jung
-7
/
+21
2018-11-16
handle trait objects formed from traits with `Self::Foo: 'a` clauses
Niko Matsakis
-5
/
+33
2018-11-16
improve debug output related to bound calculation
Niko Matsakis
-5
/
+33
2018-11-16
lint if a private item has doctests
Guillaume Gomez
-43
/
+158
2018-11-16
[eddyb] rustc_codegen_llvm: remove unused parametrization of `CodegenCx` and ...
Eduard-Mihai Burtescu
-21
/
+21
2018-11-16
[eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`.
Eduard-Mihai Burtescu
-46
/
+46
2018-11-16
[eddyb] rustc_codegen_ssa: avoid a `Clone` bound on `TargetMachine`.
Eduard-Mihai Burtescu
-16
/
+15
2018-11-16
[eddyb] rustc_codegen_llvm: remove unnecessary `'a` from `LlvmCodegenBackend`...
Eduard-Mihai Burtescu
-3
/
+3
2018-11-16
[eddyb] rustc_codegen_utils: remove extraneous `#![allow(dead_code)]`.
Eduard-Mihai Burtescu
-1
/
+0
2018-11-16
[eddyb] rustc_codegen_ssa: handle LLVM unsafety correctly.
Eduard-Mihai Burtescu
-22
/
+29
2018-11-16
Added README explaining the refactoring
Denis Merigoux
-0
/
+121
2018-11-16
Separating the back folder between backend-agnostic and LLVM-specific code
Denis Merigoux
-2467
/
+2724
2018-11-16
Added default impl for DerivedTypeMethods + empty impl for Cranelift BaseType...
Denis Merigoux
-151
/
+111
2018-11-16
All Builder methods now take &mut self instead of &self
Denis Merigoux
-656
/
+716
2018-11-16
Added some docs + start to &mut self builder methods
Denis Merigoux
-60
/
+82
2018-11-16
Finished moving backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-154
/
+110
2018-11-16
Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles
Denis Merigoux
-1470
/
+1634
2018-11-16
Moved DeclareMethods, MiscMethods and StaticMethods
Denis Merigoux
-9
/
+14
2018-11-16
Beginning of moving all backend-agnostic code to rustc_codegen_ssa
Denis Merigoux
-174
/
+233
2018-11-16
eat CloseDelim
Axary
-2
/
+17
2018-11-16
change expected error message
Axary
-2
/
+2
[prev]
[next]