about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-10-10Run licence checks for cg_gcc and rust-analyzerbjorn3-1/+28
2023-10-10Make it easier to check licenses for new workspacesbjorn3-52/+60
2023-10-10Check permitted dependencies for rustc-mainbjorn3-1/+2
2023-10-10Split out check_runtime_license_exceptionsbjorn3-19/+48
2023-10-10Auto merge of #116551 - RalfJung:nondet-nan, r=oli-obkbors-20/+480
2023-10-10avoid confusing loop in catch_panic testRalf Jung-5/+6
2023-10-10Add unstable book page for the no-jump-tables codegen optionTrevor Gross-0/+19
2023-10-10Rejig some top-level `rustc_hir_pretty` functions.Nicholas Nethercote-2/+2
2023-10-09Use GitHub Actions M1 builder for aarch64-apple-darwinJake Goulding-14/+7
2023-10-09Install `awscli` on the aarch64-apple-darwin builderJake Goulding-0/+33
2023-10-09Auto merge of #116497 - compiler-errors:impl-span, r=cjgillotbors-1/+1
2023-10-09Auto merge of #3101 - eduardosm:x86-aes-intrinsics, r=RalfJungbors-0/+539
2023-10-09Add `--enable-bolt-settings` bootstrap flagJakub Beránek-16/+57
2023-10-09Optimize `librustc_driver.so` with BOLTJakub Beránek-43/+84
2023-10-09Enable relocations for BOLTJakub Beránek-0/+11
2023-10-09Build GCC with support for BOLTJakub Beránek-1/+6
2023-10-09Pass more host flags using `RUSTC_HOST_FLAGS`Jakub Beránek-15/+15
2023-10-09add `SAFETY` block on usage of unsafe `getuid`onur-ozkan-0/+4
2023-10-09Implement `llvm.x86.aesni.*` intrinsicsEduardo Sánchez Muñoz-0/+539
2023-10-09Auto merge of #116532 - onur-ozkan:enable-rustflags-bootstrap-on-bootstrap, r...bors-0/+7
2023-10-09Update booksrustbot-0/+0
2023-10-09Auto merge of #116569 - matthiaskrgr:rollup-ni0jdd6, r=matthiaskrgrbors-1/+0
2023-10-09Rollup merge of #116556 - bjorn3:sync_cg_clif-2023-10-09, r=bjorn3Matthias Krüger-1/+0
2023-10-09Auto merge of #116142 - GuillaumeGomez:enum-variant-display, r=fmeasebors-31/+112
2023-10-09Improve codeGuillaume Gomez-36/+24
2023-10-09Extend impl's def_span to include where clausesMichael Goulet-1/+1
2023-10-09Remove no longer used dependency from the list of allowed dependenciesbjorn3-1/+0
2023-10-09return_pointer_aliasing2 should also run with SBRalf Jung-2/+45
2023-10-09add test to ensure RET assignments do not get propagated on unwindingRalf Jung-0/+74
2023-10-09add test for self-assignment on call through referenceRalf Jung-0/+16
2023-10-09float-to-float casts also have non-deterministic NaN resultsRalf Jung-10/+121
2023-10-09ensure unary minus propagates NaN payloads exactlyRalf Jung-0/+8
2023-10-08Clean up subversion layoutMichael Howell-0/+5
2023-10-08rustdoc: add missing macros to sibling nav sidebarMichael Howell-8/+21
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-12/+33
2023-10-08rustdoc: align crate name with search barMichael Howell-5/+27
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-32/+85
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-6/+16
2023-10-08compiletest: add a way to specify params with spacesMichael Howell-1/+9
2023-10-08rustdoc: show crate name beside small logoMichael Howell-33/+73
2023-10-08Bump to latest betaMark Rousskov-392/+384
2023-10-08fix: adjust span derivation for const genericsCaleb Cartwright-1/+1
2023-10-08Drop all MIPS targets from CIJubilee Young-76/+1
2023-10-08Drop mips*-unknown-linux-musl* to tier 3Jubilee Young-4/+4
2023-10-08Drop mips*-unknown-linux-gnu* to tier 3Jubilee Young-4/+4
2023-10-08miri: make NaN generation non-deterministicRalf Jung-20/+361
2023-10-08Auto merge of #116515 - petrochenkov:nolegflavor, r=lqdbors-5/+3
2023-10-08Add RUSTFLAGS_BOOTSTRAP to RUSTFLAGS for bootstrap compilationonur-ozkan-0/+7
2023-10-08linker: Remove `-Zgcc-ld` optionVadim Petrochenkov-14/+17
2023-10-08Auto merge of #116450 - Kobzol:automation-try-bors-ci, r=Mark-Simulacrumbors-3/+3