| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-20 | Allow Self::Module to be mutated. | Gabriela Alexandra Moldovan | -4/+4 | |
| `codegen_allocator` and `write_metadata` mutate the underlying LLVM module. As such, it makes sense for these two functions to receive a mutable reference to the module (as opposed to an immutable one). | ||||
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -8/+8 | |
| Cosmetic improvements to doc comments This has been factored out from https://github.com/rust-lang/rust/pull/58036 to only include changes to documentation comments (throughout the rustc codebase). r? @steveklabnik Once you're happy with this, maybe we could get it through with r=1, so it doesn't constantly get invalidated? (I'm not sure this will be an issue, but just in case...) Anyway, thanks for your advice so far! | ||||
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -8/+8 | |
| 2019-02-09 | librustc_codegen_ssa => 2018 | Taiki Endo | -12/+12 | |
| 2019-01-24 | Implement optimize(size) and optimize(speed) | Simonas Kazlauskas | -2/+35 | |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -5/+3 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 | |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -1/+1 | |
| 2018-11-29 | Rename StaticMethods::static_ptrcast to ConstMethods::const_ptrcast | bjorn3 | -1/+1 | |
| 2018-11-29 | Don't use llvm intrinsic names in cg_ssa | bjorn3 | -8/+0 | |
| 2018-11-16 | [eddyb] rustc_codegen_ssa: rename `interfaces` to `traits`. | Eduard-Mihai Burtescu | -1/+1 | |
| 2018-11-16 | Separating the back folder between backend-agnostic and LLVM-specific code | Denis Merigoux | -20/+24 | |
| 2018-11-16 | All Builder methods now take &mut self instead of &self | Denis Merigoux | -30/+22 | |
| 2018-11-16 | Added some docs + start to &mut self builder methods | Denis Merigoux | -7/+7 | |
| 2018-11-16 | Finished moving backend-agnostic code to rustc_codegen_ssa | Denis Merigoux | -1/+1 | |
| 2018-11-16 | Great separation of librustc_codegen_llvm: librustc_codegen_ssa compiles | Denis Merigoux | -0/+989 | |
