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
2020-05-18
Update LLVM submodule
Amanieu d'Antras
-0
/
+0
2020-05-18
Simplify register name output for x86
Amanieu d'Antras
-8
/
+7
2020-05-18
Mark asm unstable book doctests as allow_fail since they don't work with syst...
Amanieu d'Antras
-14
/
+14
2020-05-18
Fix const handling and add tests for const operands
Amanieu d'Antras
-91
/
+184
2020-05-18
Fix docs
Amanieu d'Antras
-13
/
+27
2020-05-18
Fix handling on InlineAsm for the unconditional recursion lint.
Amanieu d'Antras
-3
/
+8
2020-05-18
Fix tests
Amanieu d'Antras
-2
/
+3
2020-05-18
Fix feature gate tests
Amanieu d'Antras
-10
/
+14
2020-05-18
Add documentation for asm!
Amanieu d'Antras
-18
/
+695
2020-05-18
Add borrow-check test
Amanieu d'Antras
-1
/
+50
2020-05-18
Minor fixes
Amanieu d'Antras
-2
/
+3
2020-05-18
Handle InlineAsm in clippy
Amanieu d'Antras
-7
/
+104
2020-05-18
Move InlineAsmTemplatePiece and InlineAsmOptions to librustc_ast
Amanieu d'Antras
-104
/
+107
2020-05-18
Disable asm tests on system llvm
Amanieu d'Antras
-0
/
+7
2020-05-18
The h modifier is only supported by reg_abcd
Amanieu d'Antras
-8
/
+1
2020-05-18
Update llvm-project submodule
Amanieu d'Antras
-0
/
+0
2020-05-18
Implement att_syntax option
Amanieu d'Antras
-7
/
+30
2020-05-18
Work around more LLVM limitations
Amanieu d'Antras
-1
/
+76
2020-05-18
Add notes about functions that are not currently used
Amanieu d'Antras
-6
/
+26
2020-05-18
Add support for high byte registers on x86
Amanieu d'Antras
-123
/
+198
2020-05-18
Un-deprecate asm! macro
Amanieu d'Antras
-8
/
+0
2020-05-18
Apply review feedback
Amanieu d'Antras
-139
/
+185
2020-05-18
Add tests for asm!
Amanieu d'Antras
-40
/
+3489
2020-05-18
Implement asm! codegen
Amanieu d'Antras
-17
/
+608
2020-05-18
Check that asm const operands are actually constants
Amanieu d'Antras
-16
/
+65
2020-05-18
Add asm! to MIR
Amanieu d'Antras
-22
/
+544
2020-05-18
HIR passes for asm!
Amanieu d'Antras
-13
/
+469
2020-05-18
Implement AST lowering for asm!
Amanieu d'Antras
-6
/
+320
2020-05-18
Add asm! to HIR
Amanieu d'Antras
-0
/
+177
2020-05-18
Implement asm! in librustc_builtin_macros
Amanieu d'Antras
-120
/
+712
2020-05-18
Add asm! to AST
Amanieu d'Antras
-1
/
+212
2020-05-18
Add inline asm register definitions to librustc_target
Amanieu d'Antras
-1
/
+1448
2020-05-18
Add RISC-V target features
Amanieu d'Antras
-0
/
+15
2020-05-18
Add remote-test-client help text
Tom Eccles
-5
/
+51
2020-05-18
Auto merge of #72289 - RalfJung:abort_internal, r=Mark-Simulacrum
bors
-23
/
+29
2020-05-18
Auto merge of #72316 - RalfJung:rollup-70g6bln, r=RalfJung
bors
-4
/
+16
2020-05-18
Add some more `rfold` implementations.
Nicholas Nethercote
-0
/
+68
2020-05-18
Rollup merge of #72307 - hermitcore:condvar, r=Mark-Simulacrum
Ralf Jung
-4
/
+2
2020-05-18
Rollup merge of #72143 - rust-lang:steveklabnik-must-use, r=sfackler
Ralf Jung
-0
/
+14
2020-05-18
Tiny Vecs are dumb.
Nicholas Nethercote
-5
/
+141
2020-05-18
Auto merge of #72300 - flip1995:clippyup, r=Mark-Simulacrum
bors
-1102
/
+1770
2020-05-18
Auto merge of #72269 - RalfJung:unsafe-borrow-of-packed, r=Mark-Simulacrum
bors
-19
/
+19
2020-05-17
Emit a better diagnostic when function actually has a 'self' parameter
Aaron Hill
-4
/
+52
2020-05-18
minor changes to pass the format check
Stefan Lankes
-3
/
+1
2020-05-17
use new interface to initialize Condvar
Stefan Lankes
-5
/
+5
2020-05-17
abort_internal is safe
Ralf Jung
-23
/
+29
2020-05-17
Auto merge of #72248 - petrochenkov:codemodel, r=Amanieu
bors
-57
/
+125
2020-05-18
Tweak `partition`, `unzip`, `try_find`.
Nicholas Nethercote
-7
/
+7
2020-05-18
Make `fold` standalone.
Nicholas Nethercote
-37
/
+124
2020-05-17
Improve comments
Nadrieril
-7
/
+68
[prev]
[next]