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
2019-12-03
rustc_codegen_llvm: take an Instance in attributes::from_fn_attrs.
Eduard-Mihai Burtescu
-36
/
+24
2019-12-03
rustc_codegen_llvm: rewrite debuginfo::get_function_signature to use FnAbi.
Eduard-Mihai Burtescu
-33
/
+12
2019-12-03
rustc: take a PolyFnSig instead of an FnSig in FnAbi::of_fn_ptr.
Eduard-Mihai Burtescu
-32
/
+25
2019-12-03
rustc: rename FnAbi::new to FnAbi::of_fn_ptr.
Eduard-Mihai Burtescu
-6
/
+6
2019-12-03
rustc: compute FnAbi's for virtual calls through FnAbi::of_instance.
Eduard-Mihai Burtescu
-36
/
+36
2019-12-03
rustc: use ReifyShim for reifying Virtual call instances.
Eduard-Mihai Burtescu
-25
/
+34
2019-12-03
rustc_codegen_ssa: use FnAbi::of_instance wherever possible.
Eduard-Mihai Burtescu
-30
/
+34
2019-12-03
rustc_codegen_llvm: move NoReturn attribute to apply_attrs_llfn.
Eduard-Mihai Burtescu
-7
/
+5
2019-12-03
rustc_codegen_ssa: take a FnAbi instead of a FnSig in declare_fn.
Eduard-Mihai Burtescu
-39
/
+45
2019-12-03
rustc_codegen_ssa: remove define_fn and define_internal_fn.
Eduard-Mihai Burtescu
-37
/
+3
2019-12-03
Auto merge of #66982 - Centril:rollup-yq2281i, r=Centril
bors
-551
/
+1096
2019-12-03
Use simpler code example for E0631 long error.
Reese Williams
-14
/
+12
2019-12-03
Fix #66295
Georg Semmler
-13
/
+26
2019-12-03
rustc_codegen_ssa: clean up lifetimes on TerminatorCodegenHelper's methods.
Eduard-Mihai Burtescu
-14
/
+13
2019-12-03
rustc_codegen_ssa: make codegen_instance a simple wrapper for codegen_mir.
Eduard-Mihai Burtescu
-10
/
+7
2019-12-03
rustc_codegen_ssa: use &'tcx mir::Body<'tcx> instead of &'a ... for the MIR b...
Eduard-Mihai Burtescu
-28
/
+29
2019-12-03
[const-prop] Fix ICE calculating enum discriminant
Wesley Wiser
-10
/
+52
2019-12-03
rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#...
Eduard-Mihai Burtescu
-70
/
+62
2019-12-03
rustc_mir: don't hardcode InstanceDef::VtableShim behavior to Adjustment::Der...
Eduard-Mihai Burtescu
-18
/
+24
2019-12-03
rustc: combine Instance::fn_sig_noadjust and Instance::fn_sig.
Eduard-Mihai Burtescu
-17
/
+15
2019-12-03
Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor
Mazdak Farrokhzad
-177
/
+355
2019-12-03
Rollup merge of #66941 - CAD97:nord, r=Dylan-DPC
Mazdak Farrokhzad
-2
/
+0
2019-12-03
Rollup merge of #66935 - petrochenkov:attrtok2, r=Centril
Mazdak Farrokhzad
-327
/
+395
2019-12-03
Rollup merge of #66904 - DevinR528:keyword-doc, r=Dylan-DPC
Mazdak Farrokhzad
-5
/
+71
2019-12-03
Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco
Mazdak Farrokhzad
-37
/
+235
2019-12-03
Rollup merge of #66148 - oli-obk:it_must_be_a_sign, r=RalfJung
Mazdak Farrokhzad
-3
/
+40
2019-12-03
Auto merge of #66947 - matthiaskrgr:submodule_upd, r=oli-obk
bors
-11
/
+9
2019-12-03
Update measureme crate to 0.5.0.
Michael Woerister
-15
/
+12
2019-12-03
Explain why "loading" constness from extern crates does not necessarily load ...
Oliver Scherer
-1
/
+5
2019-12-03
const fns can read constants that invoke unstable const fns
Oliver Scherer
-1
/
+1
2019-12-03
Explain the difference between the two whitelists
Oliver Scherer
-0
/
+9
2019-12-03
Tidy
Oliver Scherer
-1
/
+0
2019-12-03
Move all intrinsic whitelists into the constness check file
Oliver Scherer
-56
/
+42
2019-12-03
Only check `min_const_fn` for const fns
Oliver Scherer
-1
/
+1
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-130
/
+212
2019-12-03
Change linker for x86_64-fortanix-unknown-sgx to rust-lld
Parth Sane
-31
/
+40
2019-12-03
Check break target availability when checking breaks with values
Ömer Sinan Ağacan
-4
/
+32
2019-12-02
Add long error for E0631 and update ui tests.
Reese Williams
-8
/
+49
2019-12-03
Auto merge of #66256 - CAD97:patch-2, r=RalfJung
bors
-8
/
+9
2019-12-02
submodules: update clippy from 7b8e8293 to 7a943a9d
Matthias Krüger
-11
/
+9
2019-12-02
[CI] fix the `! isCI` check in src/ci/run.sh
Josh Stone
-1
/
+1
2019-12-02
Update the minimum external LLVM to 7
Josh Stone
-95
/
+16
2019-12-02
Address review comments
Vadim Petrochenkov
-10
/
+17
2019-12-02
syntax: Optimize conversion `AttrItem` -> `MetaItem` by avoiding `outer_tokens`.
Vadim Petrochenkov
-29
/
+44
2019-12-02
syntax: Use `ast::MacArgs` for macro definitions
Vadim Petrochenkov
-42
/
+37
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-109
/
+102
2019-12-02
syntax: Remove redundant span from `ast::Mac`
Vadim Petrochenkov
-56
/
+34
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-112
/
+192
2019-12-02
added correct error code for WSASocketW failure fallback
avikozokin
-2
/
+2
2019-12-02
rustc: allow non-empty ParamEnv's in global trait select/eval caches.
Eduard-Mihai Burtescu
-8
/
+4
[prev]
[next]