]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-06-09 Napen123Add examples for make_ascii_{uppercase, lowercase}
2019-06-08 borsAuto merge of #61672 - Centril:rollup-jxo89ir, r=Centril
2019-06-08 Ralf Jungmake unary float negation slightly nicer
2019-06-08 Ralf Jungtrait-ize binary_float_op
2019-06-08 Igor MatuszewskiTranslate CRLF -> LF in raw (byte) strings
2019-06-08 Mazdak FarrokhzadRollup merge of #61670 - Xanewok:update-rls, r=oli-obk
2019-06-08 Mazdak FarrokhzadRollup merge of #61669 - petrochenkov:tokderef2, r...
2019-06-08 Mazdak FarrokhzadRollup merge of #61666 - JohnTitor:add-test-for-ice...
2019-06-08 Mazdak FarrokhzadRollup merge of #61660 - petrochenkov:nocusta, r=Centril
2019-06-08 Mazdak FarrokhzadRollup merge of #61658 - RalfJung:const-tests, r=oli-obk
2019-06-08 Mazdak FarrokhzadRollup merge of #61646 - L117:master, r=Centril
2019-06-08 Ralf Jungoffer ways to directly construct a Scalar from unsigned...
2019-06-08 Ralf JungScalar: only convert to/from soft-float types, not...
2019-06-08 Oliver SchererDon't use "base place" for different concepts
2019-06-08 Oliver SchererDeduplicate some code
2019-06-08 Vadim PetrochenkovAddress review comments
2019-06-08 Igor MatuszewskiProhibit bare CRs in raw byte strings
2019-06-08 Igor MatuszewskiValidate and transcribe raw strings via unescape module
2019-06-08 Vadim PetrochenkovMove some run-pass attribute tests to ui
2019-06-08 Vadim PetrochenkovRemove some more `#![feature(custom_attribute)]`s
2019-06-08 Vadim PetrochenkovIntroduce `#[rustc_dummy]` attribute and use it in...
2019-06-08 Vadim PetrochenkovTurn `#[allocator]` into a built-in attribute and renam...
2019-06-08 Vadim PetrochenkovRemove unused `#![feature(custom_attribute)]`s
2019-06-08 borsAuto merge of #61529 - ehuss:update-books, r=GuillaumeGomez
2019-06-08 Igor MatuszewskiUpdate RLS
2019-06-08 Vadim Petrochenkovsyntax: Move some `Token` methods around
2019-06-08 Vadim Petrochenkovsyntax: Remove `Deref` impl from `Token`
2019-06-08 Vadim Petrochenkovsyntax: Move most of the `TokenKind` methods to `Token`
2019-06-08 Ralf Jungextra paranoid mode
2019-06-08 Igor MatuszewskiRemove redundant, commented out code
2019-06-08 Igor MatuszewskiSeparate a `scan_raw_string` (similar `raw_byte` variant)
2019-06-08 Igor MatuszewskiClean up minor bits
2019-06-08 Yuki OkushiAdd test for ICE
2019-06-08 borsAuto merge of #61655 - RalfJung:checktools, r=kennytm
2019-06-08 Vadim Petrochenkovsyntax: Keep full `Token`s for `macro_rules` separators
2019-06-08 Ralf Jungblack-box the fn ptr, not the result
2019-06-08 borsAuto merge of #61625 - RalfJung:eval-interp, r=oli-obk
2019-06-08 Ralf Jungremove useless ident() functions in const tests and...
2019-06-08 borsAuto merge of #61620 - SimonSapin:as_cell, r=RalfJung
2019-06-08 Ralf Jungfix rebase fallout
2019-06-08 Ralf Jungrename EvalSnapshot -> InterpSnapshot
2019-06-08 Ralf Jungrename EvalResult -> InterpResult and EvalError ->...
2019-06-08 Ralf Jungchecktools: unify grepping the TOOLSTATE file
2019-06-08 Oliver SchererDo not recursively visit `visit_place`
2019-06-08 borsAuto merge of #61635 - ecstatic-morse:const-signum...
2019-06-08 Yuki OkushiMention slice patterns
2019-06-08 borsAuto merge of #61649 - Centril:rollup-b4nx9k9, r=Centril
2019-06-08 Mazdak FarrokhzadRollup merge of #61647 - JohnTitor:use-stable-func...
2019-06-08 Mazdak FarrokhzadRollup merge of #61641 - spastorino:revert-to-recursion...
2019-06-08 Mazdak FarrokhzadRollup merge of #61627 - davidtwco:ice-async-fn-lint...
2019-06-08 Mazdak FarrokhzadRollup merge of #61621 - Mark-Simulacrum:bootstrap...
2019-06-08 Mazdak FarrokhzadRollup merge of #61616 - petrochenkov:parsderef, r...
2019-06-08 Mazdak FarrokhzadRollup merge of #61615 - petrochenkov:errlit, r=matklad
2019-06-08 Mazdak FarrokhzadRollup merge of #61223 - czipperz:tuple-ord-document...
2019-06-08 Dylan MacKenzieAdd `const`-ness tests for `i32::signum`
2019-06-08 Yuki OkushiUse stable wrappers
2019-06-07 L117Remove useless allocations in macro_rules follow logic.
2019-06-07 Dylan MacKenzieMake `i*::signum` a `const fn`.
2019-06-07 Santiago PastorinoRevert "Make LocalAnalizer visitor iterate instead...
2019-06-07 borsAuto merge of #61130 - jonhoo:mem-take, r=SimonSapin
2019-06-07 David Woodtests: Add regression test for #61452.
2019-06-07 SunrealNeutralize link
2019-06-07 Vadim Petrochenkovsyntax: Treat error literals in more principled way
2019-06-07 borsAuto merge of #61622 - Centril:rollup-6ivvmul, r=Centril
2019-06-07 Mazdak FarrokhzadRollup merge of #61618 - RalfJung:error, r=oli-obk
2019-06-07 Mazdak FarrokhzadRollup merge of #61605 - GuillaumeGomez:const-generic...
2019-06-07 Mazdak FarrokhzadRollup merge of #61603 - Goirad:increase-sgx-heapsize...
2019-06-07 Mazdak FarrokhzadRollup merge of #61599 - laumann:pin-docs-minor-edits...
2019-06-07 Mazdak FarrokhzadRollup merge of #61586 - alexcrichton:asmjs-no-assertio...
2019-06-07 Mazdak FarrokhzadRollup merge of #61532 - wesleywiser:const_prop_more...
2019-06-07 Mazdak FarrokhzadRollup merge of #61332 - kennethbgoodin:borrowck-remove...
2019-06-07 Mark RousskovClarify when we run steps with ONLY_HOSTS
2019-06-07 Simon SapinStabilize Cell::from_mut and as_slice_of_cells
2019-06-07 Sunrealrephrase
2019-06-07 Guillaume GomezFix slice const generic length display
2019-06-07 Ralf Jungadd doc comment for EvalError
2019-06-07 Ralf Jungmake the backtrace field of EvalError private
2019-06-07 Vadim Petrochenkovparser: Remove `look_ahead_span`
2019-06-07 Vadim Petrochenkovparser: Remove `Deref` impl from `Parser`
2019-06-07 Vadim Petrochenkovparser: `self.span` -> `self.token.span`
2019-06-07 borsAuto merge of #61209 - matthewjasper:const-tuple-constr...
2019-06-07 varkorFix issue with path segment lowering with const args
2019-06-07 varkorAdd test for deriving Debug for const generics
2019-06-07 varkorAdd test for const generics struct constructor
2019-06-07 varkorRefactor `ty_infer` and `re_infer`
2019-06-07 varkorFix issue with const arg inference
2019-06-07 varkorRename `infer_types` to `infer_args`
2019-06-07 Thomas Bracht... libcore/pin: Minor grammar corrections for module docum...
2019-06-07 borsAuto merge of #61541 - petrochenkov:tsp, r=oli-obk
2019-06-07 Aaron HillAdd nested 'yield' expression to weird expressions...
2019-06-07 borsAuto merge of #61408 - varkor:fmin-fmax-llvm-intrinsics...
2019-06-06 Wesley WiserBless test output
2019-06-06 Dario Gonzalezincrease max heapsize available during sgx tests
2019-06-06 borsAuto merge of #61601 - Centril:rollup-uegbsns, r=Centril
2019-06-06 Mazdak FarrokhzadRollup merge of #61591 - christianpoveda:patch-1, r...
2019-06-06 Mazdak FarrokhzadRollup merge of #61585 - lnicola:mailmap, r=Mark-Simulacrum
2019-06-06 Mazdak FarrokhzadRollup merge of #61559 - spastorino:make-visitors-itera...
2019-06-06 Mazdak FarrokhzadRollup merge of #61554 - spastorino:change_visit_api...
2019-06-06 Mazdak FarrokhzadRollup merge of #61376 - czipperz:bound-cloned, r=sfackler
2019-06-06 varkorAdd intrinsics for floating-point min and max
next